go/types.Checker.conf (field)
48 uses
go/types (current package)
builtins.go#L742: x.val = constant.MakeInt64(check.conf.alignof(x.typ))
builtins.go#L805: offs := check.conf.offsetof(base, index)
builtins.go#L829: size := check.conf.sizeof(x.typ)
call.go#L136: if check.conf._Trace {
check.go#L159: conf *Config
check.go#L228: assert(!check.conf._EnableAlias)
check.go#L238: assert(!check.conf._EnableAlias)
check.go#L245: assert(!check.conf._EnableAlias)
check.go#L318: conf: conf,
check.go#L382: pkgVersion := asGoVersion(check.conf.GoVersion)
check.go#L393: v := check.conf.GoVersion
check.go#L496: if check.conf._EnableAlias {
check.go#L509: if check.conf._Trace {
check.go#L533: if !check.conf.DisableUnusedImportCheck {
check.go#L546: check.pkg.goVersion = check.conf.GoVersion
check.go#L575: if check.conf._Trace {
check.go#L585: if check.conf._Trace {
const.go#L73: conf = check.conf
decl.go#L63: if check.conf._Trace && obj.Type() == nil {
decl.go#L256: if check.conf._EnableAlias {
decl.go#L275: if check.conf._Trace {
decl.go#L327: if !check.conf._EnableAlias {
decl.go#L584: if check.conf._EnableAlias {
decl.go#L877: if !check.conf.IgnoreFuncBodies && fdecl.Body != nil {
errors.go#L125: if check.conf._Trace {
errors.go#L177: if check.conf._ErrorURL != "" {
errors.go#L178: url := fmt.Sprintf(check.conf._ErrorURL, code)
errors.go#L217: f := check.conf.Error
expr.go#L182: prec = uint(check.conf.sizeof(x.typ) * 8)
expr.go#L969: if check.conf._Trace {
infer.go#L40: if check.conf.Error != nil {
literals.go#L89: if !check.conf.IgnoreFuncBodies && e.Body != nil {
named.go#L634: if check != nil && check.conf._Trace {
resolver.go#L149: if path == "C" && (check.conf.FakeImportC || check.conf.go115UsesCgo) {
resolver.go#L150: if check.conf.FakeImportC && check.conf.go115UsesCgo {
resolver.go#L155: imp.cgo = check.conf.go115UsesCgo
resolver.go#L159: if importer := check.conf.Importer; importer == nil {
resolver.go#L642: if false && check.conf._EnableAlias {
resolver.go#L702: if check.conf.IgnoreFuncBodies {
stmt.go#L19: if check.conf.IgnoreFuncBodies {
stmt.go#L23: if check.conf._Trace {
typeset.go#L174: if check != nil && check.conf._Trace {
typexpr.go#L111: if !check.conf._EnableAlias && check.isBrokenAlias(obj) {
typexpr.go#L233: if check.conf._Trace {
typexpr.go#L432: if check.conf._Trace {
validtype.go#L33: if check.conf._Trace {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)